home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
gnu
/
othergnu
/
ms.zoo
/
readme
< prev
Wrap
Text File
|
1990-04-17
|
979b
|
40 lines
This is README for MS, a minimal shell:
- Contents
config.h source files
ms.c compile with Gcc, MWC, Alcyon
makefile makefile for MWC
crtsg.s startup file for MWC
gemstart.s startup file for Alcyon
makefile.alc makefile for Alcyon
crts.s minimal startup file for Gcc
makefile.gcc makefile for gcc
- Configuration:
edit config.h for your setup.
- Compiling
use the appropriate makefile for your compiler
- Builtins:
rm <list of files>
cp <src> <dst> both <src> <dest> must be files
WARNING: no checks for <src> <dst> being the same
ls {<regular exp>} with no arg ls *.*
cd {<dir>} with no arg cd $HOME
md <dir>
rd <dir>
pwd print working (current) directory
lo logout
@ file read commands from file, then revert back to stdin.
NO nested @'s allowed.
<any other> look for command in PATH
- Aliases, Path, Environment:
see config.h
++jrb bammi@dsrgsun.ces.cwru.edu